Single Board Computers
epub |eng | 2017-02-10 | Author:Cyberpunk University [University, Cyberpunk]

6.2 Cracking Passwords with Hydra Best known as ‘THC-Hydra’, hydra is a powerful online password attack tool that uses brute force and other password cracking combinations on live internet services ...
( Category: Hacking June 27,2020 )
epub |eng | 2020-06-19 | Author:S. A., Rodrigo [S. A., Rodrigo]

Power theremin In 1928 Léon Theremin – a Russian musician and inventor – patented the Theremin: an electronic instrument controlled without physical contact. Using two metal antennas, the relative position ...
( Category: Single Board Computers June 27,2020 )
epub |eng | 2020-03-14 | Author:Stephen, Rob [Stephen, Rob]

EXPLANATORY EXAMPLE: REACTION TIMER ASTRONAUT There are multiple free source projects available online to help you challenge your programming skills with the Raspberry Pi by providing you with fun and ...
( Category: Single Board Computers May 22,2020 )
epub |eng | 2020-02-03 | Author:Elif AVCU [AVCU, Elif]

( Category: Single Board Computers May 6,2020 )
epub |eng | 2020-03-01 | Author:Elif AVCU [AVCU, Elif]

pinMode(ledPin, OUTPUT); Serial.begin(9600); } void loop() { // put your main code here, to run repeatedly: char ch; if (Serial.available()) { ch = Serial.read(); // read a single letter if ...
( Category: Single Board Computers May 3,2020 )
epub |eng | 2020-03-03 | Author:S. PETERSON, JOSEPH [S. PETERSON, JOSEPH]

Raspberry Pi Foundation T he Raspberry Pi Foundation is an enrolled instructive cause (enlistment number 1129409) situated in the UK. Our Foundation will probably propel the instruction of grown-ups and ...
( Category: Computer Simulation May 3,2020 )
epub |eng | 2020-03-25 | Author:Charlie Cullen [Charlie Cullen]

( Category: Electronics April 23,2020 )
epub |eng | 2020-04-15 | Author:Lorraine Underwood

Figure 8.13 Debugging the speaker. Expert Level There are crafty intruders out there, and they’ll find a way around my alarm. Mission 12 shows you how to add a remote ...
( Category: Electronics April 20,2020 )
epub |rus | 2020-01-06 | Author:LOUIS GOMERA [GOMERA, LOUIS]

Introducing the Scratch 2 interface Stage Area – Like actors in a play, your nymphs move around the stage under the control of your program. Sprite – The characters or ...
( Category: Superconductivity April 19,2020 )
epub |eng | 2020-01-30 | Author:Mike Allan [Allan, Mike]

Set up the Gadget board Firstly ensure that you update the rasbian to the most reсent version. To perform that task, launсh a new operating system terminal and input the ...
( Category: Microprocessors & System Design April 19,2020 )
epub |eng | 2016-06-15 | Author:David Leithauser [Leithauser, David]

#include <SPI.h> #include <RF24.h> #define CE_PIN 9 #define CSN_PIN 10 RF24 radio(CE_PIN,CSN_PIN); const uint64_t pipe = 0xE8E8F0F0E1LL; const int maximumTries = 10; int dataArray[3]; // Variable to hold data int ...
( Category: Digital Design April 19,2020 )
epub |eng | 2020-04-11 | Author:Robert Chin

Setting Up the Software The new code for this hands-on example consists of the Arduino code that was modified from the regular LED control example. The same Android program which ...
( Category: Electronics April 12,2020 )
epub |eng | 2020-03-14 | Author:Matthew Python [Python, Matthew]

CONCLUSION This marks the end of this book. You can program the Arduino board so as to come up with complex systems. An example of such a system is one ...
( Category: Single Board Computers April 10,2020 )
mobi |eng | 2019-05-25 | Author:Narendra Mohan Mittal [Mittal, Narendra Mohan]

How does the robot recognize the wake word? The speech system we will be using, the open source system Mycroft, uses one of two methods. The first is a phoneme ...
( Category: Robotics & Automation April 7,2020 )
epub |eng | 2019-04-30 | Author:Lorn Potter [Lorn Potter]

Bluetooth QML There are Bluetooth QML components you can use as a client to scan and connect to Bluetooth devices as well. They are simple but functional. The source code ...
( Category: Tools April 5,2020 )